Vapi Metadata Cli Command FormatterType
Vapi Metadata Cli Command FormatterType
The Vapi Metadata Cli Command FormatterType enumerated type defines supported CLI output formatter types. See Vapi Metadata Cli Command Info.formatter.
Possible values:
SIMPLE
: Displays command output as it is.TABLE
: Displays command output in table format.JSON
: Displays command output in JSON format.XML
: Displays command output in XML format.CSV
: Displays command output in CSV format.HTML
: Displays command output in HTML format.
This data structure has no properties.
Enumeration:
SIMPLE,
TABLE,
JSON,
XML,
CSV,
HTML,